'Declaration<DispIdAttribute(301)> Function GetTextHeight( _ ByVal FontResName As String, _ ByVal TextSize As Single _ ) As Single
[DispId(301)] float GetTextHeight( string FontResName, float TextSize )
function GetTextHeight(
FontResName: String;
TextSize: Single
): Single;
DispIdAttribute(301) function GetTextHeight( FontResName : String, TextSize : float ) : float;
[DispId(301)] float GetTextHeight( string* FontResName, float TextSize )
[DispId(301)] float GetTextHeight( String^ FontResName, float TextSize )
Parameters
- FontResName
- TextSize